ostree/cargo: bump to ostree-sys 0.9.2
authorLuca BRUNO <luca.bruno@coreos.com>
Fri, 4 Mar 2022 14:28:33 +0000 (14:28 +0000)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:57 +0000 (12:53 -0400)
commit3fc55a524bf898c515b6edb6c31b92159db25eff
tree73478b14271dd3f7ad08107381b2e17469790b5e
parent61b4629b37c1e0357f717e71bb691f17d8466a9e
ostree/cargo: bump to ostree-sys 0.9.2
182 files changed:
rust-bindings/.ci/generate-test-jobs.sh [new file with mode: 0755]
rust-bindings/.ci/gitlab-ci-base.yml [new file with mode: 0644]
rust-bindings/.github/workflows/rust.yml [new file with mode: 0644]
rust-bindings/.gitignore [new file with mode: 0644]
rust-bindings/.gitlab-ci.yml [new file with mode: 0644]
rust-bindings/Cargo.toml [new file with mode: 0644]
rust-bindings/Dockerfile [new file with mode: 0644]
rust-bindings/LICENSE [new file with mode: 0644]
rust-bindings/LICENSE.LGPL2 [new file with mode: 0644]
rust-bindings/LICENSE.LGPL2.1 [new file with mode: 0644]
rust-bindings/Makefile [new file with mode: 0644]
rust-bindings/README.md [new file with mode: 0644]
rust-bindings/Vagrantfile [new file with mode: 0644]
rust-bindings/conf/ostree-sys.toml [new file with mode: 0644]
rust-bindings/conf/ostree.toml [new file with mode: 0644]
rust-bindings/gir-files/GLib-2.0.gir [new file with mode: 0644]
rust-bindings/gir-files/GObject-2.0.gir [new file with mode: 0644]
rust-bindings/gir-files/Gio-2.0.gir [new file with mode: 0644]
rust-bindings/gir-files/OSTree-1.0.gir [new file with mode: 0644]
rust-bindings/rust/.ci/generate-test-jobs.sh [deleted file]
rust-bindings/rust/.ci/gitlab-ci-base.yml [deleted file]
rust-bindings/rust/.github/workflows/rust.yml [deleted file]
rust-bindings/rust/.gitignore [deleted file]
rust-bindings/rust/.gitlab-ci.yml [deleted file]
rust-bindings/rust/Cargo.toml [deleted file]
rust-bindings/rust/Dockerfile [deleted file]
rust-bindings/rust/LICENSE [deleted file]
rust-bindings/rust/LICENSE.LGPL2 [deleted file]
rust-bindings/rust/LICENSE.LGPL2.1 [deleted file]
rust-bindings/rust/Makefile [deleted file]
rust-bindings/rust/README.md [deleted file]
rust-bindings/rust/Vagrantfile [deleted file]
rust-bindings/rust/conf/ostree-sys.toml [deleted file]
rust-bindings/rust/conf/ostree.toml [deleted file]
rust-bindings/rust/gir-files/GLib-2.0.gir [deleted file]
rust-bindings/rust/gir-files/GObject-2.0.gir [deleted file]
rust-bindings/rust/gir-files/Gio-2.0.gir [deleted file]
rust-bindings/rust/gir-files/OSTree-1.0.gir [deleted file]
rust-bindings/rust/src/.gitattributes [deleted file]
rust-bindings/rust/src/auto/async_progress.rs [deleted file]
rust-bindings/rust/src/auto/bootconfig_parser.rs [deleted file]
rust-bindings/rust/src/auto/collection_ref.rs [deleted file]
rust-bindings/rust/src/auto/commit_sizes_entry.rs [deleted file]
rust-bindings/rust/src/auto/constants.rs [deleted file]
rust-bindings/rust/src/auto/content_writer.rs [deleted file]
rust-bindings/rust/src/auto/deployment.rs [deleted file]
rust-bindings/rust/src/auto/diff_item.rs [deleted file]
rust-bindings/rust/src/auto/enums.rs [deleted file]
rust-bindings/rust/src/auto/flags.rs [deleted file]
rust-bindings/rust/src/auto/functions.rs [deleted file]
rust-bindings/rust/src/auto/gpg_verify_result.rs [deleted file]
rust-bindings/rust/src/auto/mod.rs [deleted file]
rust-bindings/rust/src/auto/mutable_tree.rs [deleted file]
rust-bindings/rust/src/auto/remote.rs [deleted file]
rust-bindings/rust/src/auto/repo.rs [deleted file]
rust-bindings/rust/src/auto/repo_commit_modifier.rs [deleted file]
rust-bindings/rust/src/auto/repo_dev_ino_cache.rs [deleted file]
rust-bindings/rust/src/auto/repo_file.rs [deleted file]
rust-bindings/rust/src/auto/repo_finder.rs [deleted file]
rust-bindings/rust/src/auto/repo_finder_avahi.rs [deleted file]
rust-bindings/rust/src/auto/repo_finder_config.rs [deleted file]
rust-bindings/rust/src/auto/repo_finder_mount.rs [deleted file]
rust-bindings/rust/src/auto/repo_finder_override.rs [deleted file]
rust-bindings/rust/src/auto/repo_finder_result.rs [deleted file]
rust-bindings/rust/src/auto/se_policy.rs [deleted file]
rust-bindings/rust/src/auto/sign.rs [deleted file]
rust-bindings/rust/src/auto/sysroot.rs [deleted file]
rust-bindings/rust/src/auto/sysroot_upgrader.rs [deleted file]
rust-bindings/rust/src/auto/versions.txt [deleted file]
rust-bindings/rust/src/checksum.rs [deleted file]
rust-bindings/rust/src/collection_ref.rs [deleted file]
rust-bindings/rust/src/commit_sizes_entry.rs [deleted file]
rust-bindings/rust/src/constants.rs [deleted file]
rust-bindings/rust/src/core.rs [deleted file]
rust-bindings/rust/src/functions.rs [deleted file]
rust-bindings/rust/src/kernel_args.rs [deleted file]
rust-bindings/rust/src/lib.rs [deleted file]
rust-bindings/rust/src/mutable_tree.rs [deleted file]
rust-bindings/rust/src/object_details.rs [deleted file]
rust-bindings/rust/src/object_name.rs [deleted file]
rust-bindings/rust/src/repo.rs [deleted file]
rust-bindings/rust/src/repo_checkout_at_options/mod.rs [deleted file]
rust-bindings/rust/src/repo_checkout_at_options/repo_checkout_filter.rs [deleted file]
rust-bindings/rust/src/repo_transaction_stats.rs [deleted file]
rust-bindings/rust/src/se_policy.rs [deleted file]
rust-bindings/rust/src/sysroot.rs [deleted file]
rust-bindings/rust/src/sysroot_deploy_tree_opts.rs [deleted file]
rust-bindings/rust/src/sysroot_write_deployments_opts.rs [deleted file]
rust-bindings/rust/src/tests/collection_ref.rs [deleted file]
rust-bindings/rust/src/tests/kernel_args.rs [deleted file]
rust-bindings/rust/src/tests/mod.rs [deleted file]
rust-bindings/rust/src/tests/repo.rs [deleted file]
rust-bindings/rust/sys/Cargo.toml [deleted file]
rust-bindings/rust/sys/LICENSE [deleted file]
rust-bindings/rust/sys/build.rs [deleted file]
rust-bindings/rust/sys/src/auto/versions.txt [deleted file]
rust-bindings/rust/sys/src/lib.rs [deleted file]
rust-bindings/rust/sys/src/manual.rs [deleted file]
rust-bindings/rust/sys/tests/abi.rs [deleted file]
rust-bindings/rust/sys/tests/constant.c [deleted file]
rust-bindings/rust/sys/tests/layout.c [deleted file]
rust-bindings/rust/sys/tests/manual.h [deleted file]
rust-bindings/rust/tests/core/mod.rs [deleted file]
rust-bindings/rust/tests/data/test.tar [deleted file]
rust-bindings/rust/tests/functions/mod.rs [deleted file]
rust-bindings/rust/tests/repo/checkout_at.rs [deleted file]
rust-bindings/rust/tests/repo/mod.rs [deleted file]
rust-bindings/rust/tests/sign/mod.rs [deleted file]
rust-bindings/rust/tests/tests.rs [deleted file]
rust-bindings/rust/tests/util/mod.rs [deleted file]
rust-bindings/src/.gitattributes [new file with mode: 0644]
rust-bindings/src/auto/async_progress.rs [new file with mode: 0644]
rust-bindings/src/auto/bootconfig_parser.rs [new file with mode: 0644]
rust-bindings/src/auto/collection_ref.rs [new file with mode: 0644]
rust-bindings/src/auto/commit_sizes_entry.rs [new file with mode: 0644]
rust-bindings/src/auto/constants.rs [new file with mode: 0644]
rust-bindings/src/auto/content_writer.rs [new file with mode: 0644]
rust-bindings/src/auto/deployment.rs [new file with mode: 0644]
rust-bindings/src/auto/diff_item.rs [new file with mode: 0644]
rust-bindings/src/auto/enums.rs [new file with mode: 0644]
rust-bindings/src/auto/flags.rs [new file with mode: 0644]
rust-bindings/src/auto/functions.rs [new file with mode: 0644]
rust-bindings/src/auto/gpg_verify_result.rs [new file with mode: 0644]
rust-bindings/src/auto/mod.rs [new file with mode: 0644]
rust-bindings/src/auto/mutable_tree.rs [new file with mode: 0644]
rust-bindings/src/auto/remote.rs [new file with mode: 0644]
rust-bindings/src/auto/repo.rs [new file with mode: 0644]
rust-bindings/src/auto/repo_commit_modifier.rs [new file with mode: 0644]
rust-bindings/src/auto/repo_dev_ino_cache.rs [new file with mode: 0644]
rust-bindings/src/auto/repo_file.rs [new file with mode: 0644]
rust-bindings/src/auto/repo_finder.rs [new file with mode: 0644]
rust-bindings/src/auto/repo_finder_avahi.rs [new file with mode: 0644]
rust-bindings/src/auto/repo_finder_config.rs [new file with mode: 0644]
rust-bindings/src/auto/repo_finder_mount.rs [new file with mode: 0644]
rust-bindings/src/auto/repo_finder_override.rs [new file with mode: 0644]
rust-bindings/src/auto/repo_finder_result.rs [new file with mode: 0644]
rust-bindings/src/auto/se_policy.rs [new file with mode: 0644]
rust-bindings/src/auto/sign.rs [new file with mode: 0644]
rust-bindings/src/auto/sysroot.rs [new file with mode: 0644]
rust-bindings/src/auto/sysroot_upgrader.rs [new file with mode: 0644]
rust-bindings/src/auto/versions.txt [new file with mode: 0644]
rust-bindings/src/checksum.rs [new file with mode: 0644]
rust-bindings/src/collection_ref.rs [new file with mode: 0644]
rust-bindings/src/commit_sizes_entry.rs [new file with mode: 0644]
rust-bindings/src/constants.rs [new file with mode: 0644]
rust-bindings/src/core.rs [new file with mode: 0644]
rust-bindings/src/functions.rs [new file with mode: 0644]
rust-bindings/src/kernel_args.rs [new file with mode: 0644]
rust-bindings/src/lib.rs [new file with mode: 0644]
rust-bindings/src/mutable_tree.rs [new file with mode: 0644]
rust-bindings/src/object_details.rs [new file with mode: 0644]
rust-bindings/src/object_name.rs [new file with mode: 0644]
rust-bindings/src/repo.rs [new file with mode: 0644]
rust-bindings/src/repo_checkout_at_options/mod.rs [new file with mode: 0644]
rust-bindings/src/repo_checkout_at_options/repo_checkout_filter.rs [new file with mode: 0644]
rust-bindings/src/repo_transaction_stats.rs [new file with mode: 0644]
rust-bindings/src/se_policy.rs [new file with mode: 0644]
rust-bindings/src/sysroot.rs [new file with mode: 0644]
rust-bindings/src/sysroot_deploy_tree_opts.rs [new file with mode: 0644]
rust-bindings/src/sysroot_write_deployments_opts.rs [new file with mode: 0644]
rust-bindings/src/tests/collection_ref.rs [new file with mode: 0644]
rust-bindings/src/tests/kernel_args.rs [new file with mode: 0644]
rust-bindings/src/tests/mod.rs [new file with mode: 0644]
rust-bindings/src/tests/repo.rs [new file with mode: 0644]
rust-bindings/sys/Cargo.toml [new file with mode: 0644]
rust-bindings/sys/LICENSE [new file with mode: 0644]
rust-bindings/sys/build.rs [new file with mode: 0644]
rust-bindings/sys/src/auto/versions.txt [new file with mode: 0644]
rust-bindings/sys/src/lib.rs [new file with mode: 0644]
rust-bindings/sys/src/manual.rs [new file with mode: 0644]
rust-bindings/sys/tests/abi.rs [new file with mode: 0644]
rust-bindings/sys/tests/constant.c [new file with mode: 0644]
rust-bindings/sys/tests/layout.c [new file with mode: 0644]
rust-bindings/sys/tests/manual.h [new file with mode: 0644]
rust-bindings/tests/core/mod.rs [new file with mode: 0644]
rust-bindings/tests/data/test.tar [new file with mode: 0644]
rust-bindings/tests/functions/mod.rs [new file with mode: 0644]
rust-bindings/tests/repo/checkout_at.rs [new file with mode: 0644]
rust-bindings/tests/repo/mod.rs [new file with mode: 0644]
rust-bindings/tests/sign/mod.rs [new file with mode: 0644]
rust-bindings/tests/tests.rs [new file with mode: 0644]
rust-bindings/tests/util/mod.rs [new file with mode: 0644]